home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 67 / EXPENDABLE.iso / Win95 / Reget 1.4 / regetpro14.exe / ReGet.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1999-05-05  |  3.7 KB  |  163 lines

  1. [Version]
  2. Signature=$CHICAGO$
  3. AdvancedINF=2.5,"You need a newer version of Advpack.dll"
  4.  
  5.  
  6. [DefaultInstall]
  7. Copyfiles = ReGetCopy
  8. AddReg = ReGetReg
  9. CustomDestination = ReGetDestination
  10. DelFiles = OldFiles
  11. RunPostSetupCommands = InstallPostCommand
  12. DelReg = ReGetDbgRegUninstall
  13. RegisterOCXs = ReGetDll
  14. SmartReboot=I
  15.  
  16. [Uninstall]
  17. BeginPrompt=UninstallBeginPromptSection
  18. EndPrompt=UninstallEndPromptSection
  19. CustomDestination=UninstallDestination
  20. DelFiles = ReGetCopy, OldFiles, ReGetFiles
  21. DelReg = ReGetRegUninstall, ReGetDbgRegUninstall
  22. UnRegisterOCXs = ReGetDll
  23. DelDirs=RemoveFolder
  24. RunPreSetupCommands=UnInstallCommand
  25. SmartReboot=I
  26. Cleanup=1
  27.  
  28. [ReGetCopy]
  29. ReGet.inf,,,32
  30. RgStart.exe,,,32
  31. ReGet.exe,,,32
  32. ReGet.dat,,,32
  33. ReGetApi.dll,,,32
  34. ;rg_all.htm,,,32
  35. rg_link.htm,,,32
  36. rg_list.htm,,,32
  37. license.txt,,,32
  38. readme.htm,,,32
  39.  
  40. [SourceDisksNames]
  41. 55="%AppName%",,0
  42.  
  43. [DestinationDirs]
  44. ReGetCopy = 49100
  45. OldFiles = 49100
  46. ReGetFiles = 49100
  47.  
  48. [ReGetDestination]
  49. 49000=ProgramFilesDir,5
  50. 49100=ReGetDir,1
  51.  
  52. [ProgramFilesDir]
  53. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%PROGRAMS%"
  54.  
  55. [ReGetDir]
  56. HKCU,%ReGetRegistry%,InstallDir,%InstallPrompt%,"%49000%\ReGet"
  57.  
  58.  
  59. [ReGetReg]
  60. HKCU,%ReGetRegistry%,InstallDir,,"%49100%"
  61. HKCU,%ReGetRegistry%\Language, "Deu&tsch",,"ReGetDe.lng,7"
  62. HKCU,%ReGetRegistry%\Language, "&Dutch",,"ReGetNl.lng,19"
  63. HKCU,%ReGetRegistry%\Language, "&English",,"ReGetEn.lng,9"
  64. HKCU,%ReGetRegistry%\Language, "&Japanese",,"ReGetJp.lng,17"
  65. HKCU,%ReGetRegistry%\Language, "&Hungarian",,"ReGetHu.lng,14"
  66. HKCU,%ReGetRegistry%\Language, "&Italian",,"ReGetIt.lng,16"
  67. HKCU,%ReGetRegistry%\Language, "&Polish",,"ReGetPl.lng,21"
  68. HKCU,%ReGetRegistry%\Language, "&Russian",,"ReGetRu.lng,25"
  69.  
  70. ;Uninstall
  71. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ReGet","DisplayName",,"%AppName%"
  72. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ReGet","UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %49100%\ReGet.inf, Uninstall"
  73.  
  74. [InstallPostCommand]
  75. ;CyDoor files
  76. ;"%49100%\Profiler.exe"
  77.  
  78. "%49100%\RgStart.exe /quet"
  79.  
  80. [ReGetDll]
  81. "%49100%\ReGetApi.dll"
  82.  
  83. ;===========================================================
  84. ; Uninstall
  85. ;===========================================================
  86.  
  87. [UninstallBeginPromptSection]
  88. Prompt=%UninstallBeginPrompt%
  89. ButtonType=YESNO
  90. Title=%AppName%
  91.  
  92. [UninstallDestination]
  93. 49000=ProgramFilesDir,5
  94. 49100=ReGetDir,5
  95.  
  96. [ReGetRegUninstall]
  97. HKCU,%ReGetRegistry%
  98. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ReGet"
  99.  
  100. [ReGetDbgRegUninstall]
  101. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ReGetDbg"
  102.  
  103. [UnInstallCommand]
  104. "ReGet.exe /UnSetup"
  105.  
  106. [UninstallEndPromptSection]
  107. Prompt=%UninstallEndPrompt%
  108.  
  109. [RemoveFolder]
  110. "%49100%"
  111.  
  112. [OldFiles]
  113. readme.txt
  114. IReGet.dbg
  115. IReGet.dll
  116. ReGetJp.dll
  117. ReGetRu.dll
  118. ReGetGe.dll
  119. ReGetSp.dll
  120. Register.exe
  121. Register.hlp
  122. uninst0.000
  123. uninst1.000
  124. uninst2.000
  125. uninst3.000
  126. uninst4.000
  127. uninst5.000
  128. uninst6.000
  129. uninst7.000
  130. uninst8.000
  131. uninst9.000
  132. ReGet.dbg
  133. ReGetApi.dbg
  134. ReGet.rpt
  135. ReGetDbg.inf
  136. TSUninstaller.exe
  137. profiler.exe
  138. CD_Clint.dll
  139. CD_Gif.dll
  140. CD_Load.exe
  141. CD_Shell.dll
  142. ReGetEn.lng
  143. ReGetRu.lng
  144. ReGetJp.lng
  145. ReGetHu.lng
  146. ReGetIt.lng
  147. ReGetNl.lng
  148. ReGetPl.lng
  149. rg_all.htm
  150.  
  151. [ReGetFiles]
  152. ReGet.log
  153. Default.bak
  154. default.wrg
  155.  
  156. [Strings]
  157. AppName = "ReGet 1.4 Pro"
  158. PROGRAMS = "Program Files" ; Should be "Program Files", but it fails to create link on NT.
  159. ReGetRegistry = "Software\Vladimir Romanov\ReGet"
  160. InstallPrompt="Where would you like to install ReGet 1.4 Pro?"
  161. UninstallBeginPrompt="Are you sure that you want to remove ReGet 1.4 Pro?"
  162. UninstallEndPrompt="ReGet 1.4 Pro was successfully removed."
  163.